GXGetValidation
You can use theGXGetValidation
function to obtain the current validation flags that are set.
gxValidationLevel GXGetValidation(void);
- function result
- The current flags set for validation error checking.
DESCRIPTION
TheGXGetValidation
function returns thegxValidationLevel
parameter set by theGXSetValidation
function.This function always returns 0 in the non-debugging version of QuickDraw GX.
SEE ALSO
TheGXSetValidation
function is described in the previous section.